ocaml: fix ocaml xc compilation on 32 bit
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 20 May 2010 13:12:14 +0000 (14:12 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 20 May 2010 13:12:14 +0000 (14:12 +0100)
commitceba28edd5687553f9a72f4336de521ce5d6b818
tree23dd04820fd1efa8f12db593124107c26a5f772b
parent070cf3db9e23f3e16759ebfa9d17a79a6c9e532b
ocaml: fix ocaml xc compilation on 32 bit

  cc1: warnings being treated as errors
  xc_lib.c: In function 'xc_domain_get_pfn_list':
  xc_lib.c:1217: error: assignment from incompatible pointer type

The XEN_DOMCTL_getmemlist interface has been 32/64 invariante since
13594:30af6cfdb05c and uint64_t is now the correct type for the PFN
list on all word sizes.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
tools/ocaml/libs/xc/xc.h
tools/ocaml/libs/xc/xc_lib.c
tools/ocaml/libs/xc/xc_stubs.c